X509Hash

data class X509Hash(val clientId: OriginalClientId, val cert: X509Certificate) : Client(source)

Constructors

Link copied to clipboard
constructor(clientId: OriginalClientId, cert: X509Certificate)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val id: VerifierId

The id of the client prefixed with the client id prefix.

Functions

Link copied to clipboard
fun Client.legalName(legalName: X509Certificate.() -> String? = X509Certificate::legalName): String?

Gets the legal name of this Client.